API: Rename GdkWindowClass to GdkWindowWindowClass
authorBenjamin Otte <otte@redhat.com>
Fri, 3 Dec 2010 15:10:46 +0000 (16:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 3 Dec 2010 18:11:13 +0000 (19:11 +0100)
We argued replacing GdkWindowClass with a input_only boolean, but this
is not doable in an API-stable way, so I decided against it.

docs/reference/gdk/gdk3-sections.txt
gdk/gdkwindow.h

index 7b58029f1858fa5501c827ab8d22ed68a03b03b4..e1c5bc552615e667eec5d9548163615628ff72d9 100644 (file)
@@ -326,7 +326,7 @@ gdk_visual_get_type
 <FILE>windows</FILE>
 GdkWindow
 GdkWindowType
-GdkWindowClass
+GdkWindowWindowClass
 GdkWindowHints
 GdkGeometry
 GdkGravity
index 55726ffffc06892727de3779bb7c3a4961021f88..b25b5f9ec77527729f034db5a233208bb5b23d7a 100644 (file)
@@ -42,7 +42,7 @@ typedef struct _GdkPointerHooks      GdkPointerHooks;
 typedef struct _GdkWindowRedirect    GdkWindowRedirect;
 
 /**
- * GdkWindowClass:
+ * GdkWindowWindowClass:
  * @GDK_INPUT_OUTPUT: window for graphics and events
  * @GDK_INPUT_ONLY: window for events only
  *
@@ -56,7 +56,7 @@ typedef enum
 {
   GDK_INPUT_OUTPUT,
   GDK_INPUT_ONLY
-} GdkWindowClass;
+} GdkWindowWindowClass;
 
 /**
  * GdkWindowType:
@@ -345,7 +345,7 @@ struct _GdkWindowAttr
   gint x, y;
   gint width;
   gint height;
-  GdkWindowClass wclass;
+  GdkWindowWindowClass wclass;
   GdkVisual *visual;
   GdkWindowType window_type;
   GdkCursor *cursor;